home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Rolling Stones: Shine a Light (Press Kit)
/
Shine a Light (Press Kit).iso
/
pc
/
program.dxr
/
Internal_8_Desktop Save.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-03-03
|
313 b
|
18 lines
global gSvFile, dLM, basicSavePath
on mouseWithin
cursor(280)
sprite(108).member = member("FP_DESKTOP_RO")
end
on mouseLeave
cursor(0)
sprite(108).member = member("FP_DESKTOP")
end
on mouseUp
sound(3).play(member("Click"))
gSvFile = basicSavePath & "Shine A Light Images" & dLM
go("dlFiles")
end